home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / graphz11.zip / DEMO_SRC / GZDEMO.RC < prev   
Text File  |  1995-04-07  |  2KB  |  26 lines

  1. /**************************************************************/
  2. /* GraphZ.DLL demo program (resource file).                   */
  3. /* Copyright ⌐ 1995, C. van Zwynsvoorde. All rights reserved. */
  4. /**************************************************************/
  5.  
  6. #ifndef RC_INVOKED
  7. #include <windows.h>
  8. #include <bwcc.h>
  9. #endif
  10.  
  11. GraphZDemo DIALOG 10, 24, 403, 288
  12. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
  13. CLASS "BorDlg_Gray"
  14. CAPTION "GraphZ Demo - Copyright ⌐ 1995, C. van Zwynsvoorde. All rights reserved."
  15. FONT 8, "Arial"
  16. {
  17.  CONTROL "", 101, "GraphZ", 0 | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS, 6, 62, 392, 220
  18.  CONTROL "", IDOK, "BorBtn", BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 6, 20, 33, 21
  19.  CONTROL "This demo shows a graph created with the GraphZ.DLL library. You can have a look at the source for this demo program. All it does is:", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 55, 9, 154, 26
  20.  CONTROL "1- Create this dialog with the GraphZ window.", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 57, 36, 148, 8
  21.  CONTROL "This is actually a good test for the speed of your machine: If it is fast enough you will get nice sine curves, otherwise you will get disturbed data. You'll probably also notice that the curves are getting disturbed when the system starts to be busy.", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 227, 9, 165, 43
  22.  CONTROL "2- Generate 4 sine values every thenth of a second.", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 57, 45, 164, 8
  23.  CONTROL "", -1, "BorShade", BSS_GROUP | BSS_CAPTION | BSS_LEFT | WS_CHILD | WS_VISIBLE, 46, 4, 352, 51
  24. }
  25.  
  26.